DrillOnSubreport Event (CRViewer Object)
The DrillOnSubreport event occurs when drilling down (double-clicking) on a subreport.
Syntax
Event DrillOnSubreport ( GroupNameList, SubreportName As String,
Title As String, PageNumber As Long,
Index As Long, UseDefault As Boolean )
Parameters
Parameter
| Description
|
GroupNameList
| An array containing all group names for the group drilled on.
|
SubreportName
| String. Indicates the name of the subreport that was drilled on.
|
Title
| String. Indicates the title of the subreport that was drilled on.
|
PageNumber
| Long. Indicates the page number that the event occurred on.
|
Index
| Long. Indicates the index of the subreport that was drilled on.
|
UseDefault
| Boolean. Indicates whether or not the default action of the event will be performed.
|